home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / diffs / libgplus.262 / libgplus / src / ioob.cc < prev    next >
Encoding:
Text File  |  1995-01-18  |  441 b   |  17 lines

  1. *** orig/libgplus.262/libgplus/src/ioob.cc    Sun Dec 18 20:18:42 1994
  2. --- src/libgplus.262/libgplus/src/ioob.cc    Sun Dec 18 20:19:12 1994
  3. ***************
  4. *** 23,29 ****
  5. --- 23,33 ----
  6.   #ifdef __GNUG__
  7.   #pragma implementation
  8.   #endif
  9. + #ifndef __MSDOS__
  10.   #include <Obstack.h>
  11. + #else
  12. + #include <_Obstack.h>
  13. + #endif
  14.   
  15.   // Obstacks are used as an easy way to allocate enough space
  16.   // for various builtin input operations
  17.